Reports an error when the step size becomes too small.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(errors), | intent(inout) | :: | err |
The error handling object. |
||
| character(len=*), | intent(in) | :: | fcn |
The name of the function or subroutine in which the error occurred. |
||
| real(kind=real64), | intent(in) | :: | x |
The value of the independent variable at which the step size error occurred. |
||
| real(kind=real64), | intent(in) | :: | h |
The step size value. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=256), | public | :: | msg |